home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / tools / mrq / mrq.config < prev    next >
Text File  |  1998-01-23  |  2KB  |  66 lines

  1. ; Config file for MRQ 
  2. ;
  3. ; note that the order in which you put entries here does matter!
  4. ; i.e. put more specific entries first, the general patterns
  5. ; (like "error") more towards the end!
  6.  
  7.  
  8. NEWCLASS    ;Delete
  9. LOCALE=sys/libs.catalog 1050
  10. LOCALE=sys/workbench.catalog 153
  11. LOCALE=sys/workbench.catalog 178 SU
  12. STRING="format" FO SU NC
  13. STRING="delete" FO SU NC
  14. ;LOCALE=sys/prepcard.catalog 501 504  <-uncomment only for A1200 PCMCIA card use
  15. IMAGE=RecycleLogo.ILBM PRELOAD
  16. REXXPORT=PLAY REXXCMD="ID warn_delete"
  17.  
  18. NEWCLASS    ;InsertDisk
  19. LOCALE=sys/dos.catalog -104 -105 -108 -110 SU FO
  20. IMAGE=DiskFloppy.ILBM PRELOAD
  21. REXXPORT=PLAY REXXCMD="ID warn_insert_volume"
  22.  
  23. NEWCLASS    ;WriteProtect
  24. LOCALE=sys/dos.catalog -102 214 SU FO
  25. IMAGE=Padlock.ILBM
  26. REXXPORT=PLAY REXXCMD="ID warn_write_protected"
  27.  
  28. NEWCLASS    ;Object exists
  29. LOCALE=sys/dos.catalog 203 SU FO
  30. IMAGE=HandPunch.ILBM        ;not too smart a choice...gimme a better one!
  31. REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  32.  
  33. NEWCLASS    ;Printer
  34. LOCALE sys/devs.catalog 2 3 4 5 SU
  35. STRING=printer SU NC
  36. IMAGE=PrinterHP.ILBM
  37. REXXPORT=PLAY REXXCMD="ID warn_printer"
  38.  
  39. NEWCLASS    ;Guru
  40. LOCALE=sys/dos.catalog -114 SU
  41. STRING="(Program failed|Software error)#?" PA
  42. IMAGE=Bomb.ILBM
  43. REXXPORT=PLAY REXXCMD="ID error_task_held"
  44.  
  45. NEWCLASS    ;R/W error
  46. LOCALE sys/dos.catalog -101 -107 -109 -131 -132 -133 -135 SU
  47. LOCALE sys/system.catalog 6023 SU
  48. IMAGE=DiskHardDrive.ILBM
  49. REXXPORT=PLAY REXXCMD="ID error_read_write"
  50.  
  51. NEWCLASS    ;general error
  52. STRING="error" SU NC
  53. STRING="fehler" SU NC    ;catch german progs :)
  54. IMAGE=HandOpen.ILBM
  55. REXXPORT=PLAY REXXCMD="ID error_general"
  56.  
  57. NEWCLASS    ;copyright message
  58. STRING="©" SU FO
  59. STRING="copyright" SU NC FO
  60. IMAGE=Copyright.ilbm
  61. REXXPORT=PLAY REXXCMD="ID copyright"
  62.  
  63. ;NEWCLASS        ;testclass for animation support
  64. ;STRING="animtest" SU    ;you really don't want this yet :)
  65. ;IMAGE=test.anim
  66.